λ rye test
docs
pytest
を実行する
ただし、元から同梱されているわけではないので自分で追加する必要がある
$ rye add --dev pytest
1ファイルのみ実行する
$ rye test -- hoge_test.py
--
でpytestへのargsを指定する